<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>944</cardCount>
<cardID>3891</cardID>
<listID>248306</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>320</height>
</cardSize>
<script>on openstack-- on small screen Macs, the window is always scrolled to-- a smaller size-- check to see if it is not 512x320global SCREENOKif SCREENOK is not empty then exit openstackput the rect of the card window into stdRecif ( ( (item 3 of stdRec) - (item 1 of stdRec) ) < 512 ) or ¬( ( (item 4 of stdRec) - (item 2 of stdRec) ) < 320 ) thenset the rect of the card window to 0,20,512,340hide scroll windowend ifput true into SCREENOKend openstackon closestack--end closestackon doitlock screenrepeat with i = 1 to 944go card iput i--put field "reference" after TMP--end repeatgo card 1put TMP into field "reference"unlock screenend doiton seeAlsolock screenhide field "reference"set the hilite of bg button "Reference…" to falseif the hilite of the target is false thenset the hilite of the target to trueset the scroll of field "see also" to zeroshow field "see also"unlock screen with visual effect wipe rightelseset the hilite of the target to falsehide field "see also"unlock screen with visual effect wipe leftend ifend seeAlsoon referencelock screenhide field "see also"set the hilite of bg button "See Also…" to falseif the hilite of the target is false thenset the hilite of the target to trueshow field "reference"unlock screen with visual effect wipe rightelseset the hilite of the target to falsehide field "reference"unlock screen with visual effect wipe leftend ifend reference</script>